home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 052a / mpegdemo.zip / MFWINFO.TXT < prev    next >
Text File  |  1993-02-15  |  3KB  |  76 lines

  1. --------------------------------------------------------------------------
  2. Copyright (c) 1990-1993 Xing Technology Corporation
  3. Xing Scalable MPEG for Windows
  4.  
  5. Xing is a trademark of Xing Technology Corporation
  6. Scalable MPEG is a trademark of Xing Technology Corporation
  7. --------------------------------------------------------------------------
  8.  
  9.  
  10. NOTE:  References to MFW or MFW.EXE in this file are equally applicable to
  11.        the "demo" version of this program which is named MFWDEMO.EXE.
  12.        Both the full feature (MFW) and the limited feature (MFWDEMO) programs
  13.        will use MFW.INI for custom settings from session to session.
  14.  
  15. 1.1 General Description
  16.  
  17. MFW can be started from the DOS command line or as a "run" command from
  18. within Windows.  From the DOS prompt, enter WIN MFW.  From the Windows FILE
  19. RUN dialog, enter MFW.  Using either of the two command line methods,
  20. additional command parameters can be passed to the program for customizing
  21. its startup.
  22.  
  23. Valid command line parameters will take precedence over the customization
  24. parameters saved in the MFW.INI file.  Invalid command line parameters will
  25. be ignored as if missing altogether.  The MFW.INI file provides default
  26. startup values for each missing command parameter except the optional file
  27. name.  The MFW.INI file is updated at user discretion from menu options
  28. selected while running MFW.
  29.  
  30. 1.2 Syntax
  31.  
  32. Command line parameters are delimited by at least one blank space separating
  33. each parameter from adjacent parameters, or the program command MFW (e.g.
  34. MFW p1 p2 p3)
  35.  
  36. Each command parameter may optionally be preceded by additional spaces,
  37. forward slash characters "/", or by dash characters "-".  Command parameters
  38. may be entered in any order.
  39.  
  40. Except for a file name parameter, each command parameter begins with a unique
  41. lower-case alphabetic character.  The optional file name command parameter
  42. will, if valid, result in MFW opening, displaying the file's video, then
  43. terminating with automatic program exit.  Otherwise, MFW will open and
  44. wait for mouse/keyboard input.
  45.  
  46. The unique command parameters are defined as follows:
  47.  
  48. xn  Where 'n' is an integer X-coordinate for the upper left corner of the MPEG
  49.     video window.  This parameter is used only when a file name parameter is
  50.     also used, and is otherwise ignored.
  51.  
  52. yn  Where 'n' is an integer Y-coordinate for the upper left corner of the MPEG
  53.     video window.  This parameter is used only when a file name parameter is
  54.     also used, and is otherwise ignored.
  55.  
  56. sn  Where 'n' is an integer Size value (320 or 160) designating the pixel width
  57.     for display of the MPEG video
  58.  
  59. fn, fm, fw
  60.     Designating respectively Frame Narrow, Frame Medium, and Frame Wide.  This
  61.     command will define the width of the solid color frame which immediately
  62.     surrounds the MPEG video to provide visual isolation from the underlying
  63.     window.
  64.  
  65. cw, cb, cg, cd, cl
  66.     Designating frame color as follows:
  67.         cw - white
  68.         cb - black
  69.         cg - gray
  70.         cd - dark gray
  71.         cl - light gray
  72.  
  73. Example command:    WIN MFW jets.mpg x100 y100 s160 fw cd
  74.  
  75.                 
  76.